LEADTOOLS (Leadtools assembly)

ItemRemoved Event

Show in webframe







Occurs when an item is removed from the collection.
Syntax
'Declaration
 
Public Event ItemRemoved As EventHandler(Of RasterCollectionEventArgs(Of T))
'Usage
 
Dim instance As RasterCollection(Of T)
Dim handler As EventHandler(Of RasterCollectionEventArgs(Of T))
 
AddHandler instance.ItemRemoved, handler

            

            
add_ItemRemoved(function(sender, e))
remove_ItemRemoved(function(sender, e))

Event Data

The event handler receives an argument of type RasterCollectionEventArgs<T> containing data related to this event. The following RasterCollectionEventArgs<T> properties provide information specific to this event.

PropertyDescription
Item The object that has been added or removed.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.